home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / ms_dos / game / uni / makefile next >
Makefile  |  1995-06-09  |  119b  |  10 lines

  1.  
  2.  
  3.  
  4. uniuni.exe : uniuni.c
  5.     copy $< d:\tmp
  6.     d:
  7.     cd \tmp
  8.     lcc $< -m -ltinymain.obj -lfmgraph -lintlib
  9.     del d:$<
  10.